﻿body {
    /* background-image: url(../images/bgReceita.png) !important; */
    width: 100%;
    text-transform: uppercase;
    background-repeat: repeat;
    background-size: auto;
    background: var(--creme);

}

#fadeBg {
    width: 100%;
    height: 20vh;
    background-image: url(../images/bannerprin.png);
    background-size: cover;
    background-position: top;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    position: relative;
}

#fadeBg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}

#goBack {
    display: block;
    margin-top: 20px;
    margin-bottom: 80px;
    cursor: pointer;
    font-family: EvelethThin;
    color: #79422E;
}

.container {
    margin: 0 auto;
}

.salary-transparency .title-content,
.salary-transparency .text-content {
    width: 75%;
    margin: 0 auto;
    border-left: 1px solid var(--chocolate);
    padding-left: 40px;
}

.salary-transparency .title-page {
    padding-top: 90px;
}

.salary-transparency .title-page h1 {
    font-family: DecoyBlack;
    color: var(--chocolate);
    font-size: 60px;
    margin-bottom: 30px;
}

.salary-transparency .title-page h3 {
    font-family: ElzaCondensed;
    font-size: 21px;
    max-width: 450px;
    color: var(--chocolate);
    text-align: left;
    margin-bottom: 60px;
    margin-left: 0;
    text-transform: initial;
}

.salary-transparency .text-content {
    border: none;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 25px;
}

.salary-transparency .text-content p {
    margin-top: 50px;
    font-size: 18px;
    color: var(--chocolate);
    text-align: left;
    margin: 0;
    font-family: ElzaCondensed;
}

.salary-transparency .buttons .button {
    margin-bottom: 20px;
}

.bauducco-btn {
    display: block;
    padding: 13px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    color: var(--chocolate);
    font-size: 14px;
    font-family: DecoyBlack;
    text-align: center;
    background-color: var(--amarelo);
}

.bauducco-btn:visited {
	color: var(--chocolate);
}

.bauducco-btn:hover {
    color: var(--chocolate);
    text-decoration: none;
    border-color: var(--chocolate);
    background-color: var(--creme);
}

.salary-transparency .goals {
    margin: 50px auto 30px;
    background-color: var(--amarelo);
    padding: 20px 30px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.salary-transparency .goals h4 {
    color: var(--chocolate);
    font-size: 14px;
    font-family: DecoyBlack;
    margin-bottom: 15px;
}

.salary-transparency .goals p {
    color: var(--chocolate);
    font-size: 15px;
    margin: 0;
    font-family: ElzaCondensed;
}

.attachments-title{
	font-family: DecoyBlack;
    color: var(--chocolate);
    font-size: 28px;
    margin-bottom: 30px;
    text-align:center;
}

.attachments-wrapper{
    margin-bottom: 40px;
}

.attachments-wrapper-title{
	font-family: DecoyBlack;
    color: var(--chocolate);
    font-size: 22px;
    margin-bottom: 30px;
}

.attachments-wrapper .bauducco-btn{
    margin: 0;
}

.attachments-box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.attachment-icon-box{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;	
}


@media only screen and (max-width: 768px) {
    .salary-transparency .title-content {
        width: 100%;
        padding-left: 10px;
    }

    .salary-transparency .text-content {
        width: 100%;
        text-align: justify;
    }

    .salary-transparency .title-page {
        padding-left: 0;
    }

    .salary-transparency .title-page h1,
    .salary-transparency .title-page h3 {
        width: 80%;
    }
    .attachments-box {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:440px) {
    #fadeBg {
        height: 10vh;
    }
    .attachments-box {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media only screen and (max-width: 375px) {
    .salary-transparency .title-page h1 {
        font-size: 50px;
        width: 90%;
    }
}